31. Quiz

Top-level UI attribute definitions intended to be applied globally across an Activity

SOLUTION: Theme

UI attribute definitions intended to provide customization for a specific View

SOLUTION: Style

Assignable property to provide customized UI on a View

SOLUTION: Attribute

Attribute for space inside of a View between the edges and content.

SOLUTION: padding

Attribute for color of text within a TextView

SOLUTION: `textColor`

Font sizes with Android layouts should be measured in

SOLUTION: sp

Applications can define fonts intended to be used and installed with the application.

SOLUTION: True

The default design guide for Android applications is known as…

SOLUTION: Material

Styles can extend other themes using which XML attribute?

SOLUTION: parent

Activities can override the default application Theme.

SOLUTION: True

Layouts can be nested to organize related content.

SOLUTION: True

Dark Mode requires a second set of layouts to be created with corresponding attributes.

SOLUTION: False